From: Masatake YAMATO Date: Thu, 23 Aug 2007 21:41:48 +0000 (+0000) Subject: (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17000 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=de0b1bb3f63e7485b1c02bdc133aa3cb64d180ea;p=emacs.git (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65d7f94d63f..ca3fec75200 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-08-23 Masatake YAMATO + + * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight + name of parameters in document body. + 2007-08-23 Stefan Monnier * emacs-lisp/bytecomp.el (byte-compile-output-docform) diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 60bb3cfb977..b9771260b02 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -2146,7 +2146,7 @@ need for `pike-font-lock-extra-types'.") 0 ,c-doc-markup-face-name prepend nil) (,(concat header "\\(" "@" symbol "\\):") 1 ,c-doc-markup-face-name prepend nil) - (,(concat "[#%]" symbol) + (,(concat "[#%@]" symbol) 0 ,c-doc-markup-face-name prepend nil)) ))